InsuranceNow API (5.0.0)
InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.
Returns a list of task.
Returns a list of tasks. By default, lists open tasks belonging to either the user or the user's group.
query Parameters
addedByUser | boolean Limits the results to tasks created by the current user.
|
applicationRef | string Limits the results to tasks linked with a specific application. Specify the application by its system Id.
When you specify this parameter, you cannot specify the |
continuationId | string Indicates the starting offset for the API results when you want to return a specific portion of the full results.
You can use this parameter with the limit parameter.
For example, the limit on your first API call was 100 and the results populated a list on the page.
To request the next page of 100 results, call the API again with |
customerRef | string Limits the results to tasks linked with a specific customer. Specify the customer by its system Id.
When you specify this parameter, you cannot specify the |
limit | string Indicates the maximum number of results to return. |
overDueOnly | boolean Limits the results to overdue tasks.
|
ownedByUser | boolean Limits the results to tasks owned by the current user.
|
policyRef | string Limits the results to tasks linked with a specific policy.
Specify the policy by its system Id. When you specify this parameter, you cannot specify the |
searchText | string Limits the results to tasks with a Description field that contains the specified searchText. |
sortKeyName | string The name of the column to sort the results by. Supported values are ("Status","WorkDt","CurrentOwner","AddedByUserId"). |
sortType | string 1 (ascending) or 2 (descending). |
status | string Task status (e.g. open). |
taskGroup | string Limits the results to tasks owned by the specified TaskGroup. |
Responses
Response samples
- 200
- 400
- 500
{- "continuationId": "string",
- "taskListItems": [
- {
- "_links": [
- {
- "href": "string",
- "rel": "string"
}
], - "daysOverdue": "string",
- "ref": "string",
- "taskActions": [
- {
- "canComplete": false,
- "canDelete": false,
- "canEdit": false,
- "canSuspend": false,
- "canTransfer": false,
- "id": "string"
}
], - "taskMini": {
- "_links": [
- {
- "href": "string",
- "rel": "string"
}
], - "addDt": "2019-08-24",
- "addTm": "string",
- "addedByUserId": "string",
- "agencyCd": "string",
- "agencyGroupCd": "string",
- "agencyGroupName": "string",
- "agencyName": "string",
- "assignedProducerCd": "string",
- "assignedProducerName": "string",
- "branchCd": "string",
- "carrierCd": "string",
- "carrierGroupCd": "string",
- "catastropheInd": true,
- "claimStatus": "string",
- "comments": "string",
- "completeDt": "2019-08-24",
- "completeTm": "string",
- "completedByUserId": "string",
- "criticalDt": "2019-08-24",
- "criticalDtInd": true,
- "currentOwner": "string",
- "currentOwnerCd": "string",
- "customerName": "string",
- "description": "string",
- "doiComplaintInd": true,
- "dueDt": "2019-08-24",
- "escalatedInd": true,
- "examinerCd": "string",
- "examinerName": "string",
- "governingStateCd": "string",
- "id": "string",
- "inSIUInd": true,
- "injuryInvolvedInd": true,
- "installmentNumber": "string",
- "licenseClassCd": "string",
- "lossCauseCd": "string",
- "name": "string",
- "note": "string",
- "originalOwner": "string",
- "originalOwnerCd": "string",
- "policyGroupCd": "string",
- "policyTypeCd": "string",
- "priority": 0,
- "productName": "string",
- "reminderDt": "2019-08-24",
- "reminderInd": true,
- "repeatingInd": true,
- "reportTo": "string",
- "reportToCd": "string",
- "reportToInd": true,
- "servicingProducerCd": "string",
- "servicingProducerName": "string",
- "status": "string",
- "subrogationId": "string",
- "systemId": "string",
- "taskHistory": [
- {
- "addDt": "2019-08-24",
- "addTm": "string",
- "assignedBy": "string",
- "assignedTo": "string",
- "assignedToCd": "string",
- "comments": "string",
- "id": "string",
- "type": "string"
}
], - "taskLinks": [
- {
- "id": "string",
- "idRef": "string",
- "modelName": "string",
- "searchValue": "string",
- "status": "string"
}
], - "templateId": "string",
- "text": "string",
- "version": "string",
- "workDt": "2019-08-24",
- "workRequiredInd": true
}
}
]
}
Was this page helpful?